home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / animal2.swf / scripts / DefineButton2_108 / BUTTONCONDACTION on(release, keyPress Enter).as
Text File  |  2006-05-29  |  88b  |  5 lines

  1. on(release, keyPress "<Enter>"){
  2.    stopAllSounds();
  3.    this.gotoAndPlay("init");
  4. }
  5.